Skip to content

Elevate24 Application-Level Reporting Configuration Keys

Enable Local Logging

  • Availability: Basic & Premium
  • Type: Boolean
  • Default: false

To enable local logging of Elevate24 Application behaviour to /var/log/Elevate24.log

xml
<key> LocalLog</key>
<false/>

Disable sending data to Jigsaw24

  • Availability: Premium
  • Type: Boolean
  • Default: false

To disable sending the reporting data to Jigsaw24 include this key with the true flag.

xml
<key> DisableDefaultLog</key>
<true/>

SIEM Configuration

  • Availability: Premium
  • Type: String

To enable sending data to a SIEM of your choice to receive Elevate24 Application usage logging, provide a full SIEM configuration within the keys below.

xml
<key>siemUrl</key>
<string>”siem URL”</string>
xml
<key>siemAuthHeader</key>
<string>”Auth Header”</string>
xml
<key>siemAuthToken</key>
<string>”Token”</string>

Microsoft Sentinel

  • Availability: Premium
  • Type: String

To enable sending data to Microsoft Sentinel included the entire example and replace the string text with the information relevant to your organisation.

Microsoft Documentation

Creating Upload URL

xml
<key>microsoftsentinel</key>
<array>
<dict>
<key>SentinelClientId</key>
<string>ClientID</string>
<key>SentinelTennantId</key>
<string>TennantID</string>
<key>SentinelClientsecret</key>
<string>Secret</string>
<key>SentinelUploadURL</key>
<string>URL</string>
</dict>
</array>